home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000417_news@columbia.edu_Sat Dec 10 16:14:11 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05270
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 14 Dec 1994 04:47:02 -0500
  3. Received: by apakabar.cc.columbia.edu id AA27041
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 14 Dec 1994 04:47:00 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!news.sprintlink.net!sundog.tiac.net!max.tiac.net!ciaraldi
  6. From: ciaraldi@max.tiac.net (Michael Ciaraldi)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Flow Control in MS-DOS Kermit 3.14
  9. Date: 10 Dec 1994 16:14:11 GMT
  10. Organization: The Internet Access Company
  11. Lines: 34
  12. Message-Id: <3cck4j$cbs@sundog.tiac.net>
  13. References: <1994Dec7.095922.34783@cc.usu.edu> <3c7enb$atf@sundog.tiac.net> <1994Dec9.201750.35072@cc.usu.edu>
  14. Nntp-Posting-Host: max.tiac.net
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1994Dec9.201750.35072@cc.usu.edu> jrd@cc.usu.edu (Joe Doupnik) writes:
  18. >In article <3c7enb$atf@sundog.tiac.net>, ciaraldi@max.tiac.net (Michael Ciaraldi) writes:
  19.  
  20. >    In the user's manual is the keyboard verb \kholdscrn. That is
  21. >equivalent to DEC's HoldScreen key.
  22.  
  23. Great. This may be just what I need. I'll try binding it to
  24. the appropriate key.
  25.  
  26. >> On case 8, I asked because I was doing some tests on Kermit
  27. >> last week and found what I thought was funny behavior.
  28. >> I wired my PC to a Unix machine's serial port and used
  29. >> another comm program on the Unix machine to talk to that port.
  30. >> The Unix machine was set for no flow control.
  31. >> I gave the command SET FLOW XON to the PC Kermit,
  32. >> then did a TRANSMIT. The contents of the file started
  33. >> appearing in the window on my Unix machine.
  34. >> Then I hit a ^S on the Unix machine. The PC kept sending the file.
  35. >> Shouldn't Kermit have stopped sending the file until
  36. >> it received a ^Q?
  37. >    I have no idea what the Unix machine actually sent, if anything.
  38. >Tell MS-DOS Kermit SET DEBUG ON and enter Connect mode to debug the
  39. >Unix side. MSK should respond to the XOFF, and when it has something
  40. >to send while blocked it will wait about 8-10 seconds before breaking
  41. >through and sending (a deadlock prevention mechanism).
  42.  
  43. I'll try this and report back if there is a problem.
  44. I have a tester on the serial line so I can tell if a character
  45. got sent out the serial port or not.
  46.  
  47. Thanks for the details, Joe!
  48.  
  49. --Mike Ciaraldi
  50.   (now an even-more-satisfied Kermit user)